Welcome![Sign In][Sign Up]
Location:
Search - master boot record

Search list

[OS programFATFileSystem

Description: FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Platform: | Size: 270166 | Author: henry | Hits:

[Software Engineeringhwb12pdf

Description: 硬盘以及分区结构简介。 硬盘分区表和文件分配表 硬盘只有经过物理格式化,分区,逻辑格式化后才能使用,在进行分区时,FDISK 会在硬盘的0柱面0磁头1扇区建一个64字节的分区表,在分表的前面是主引导记录 (MRB),后面是两个字节的有效标志55H,AAH,(H表示16进制)。此扇区被称为主 引导扇区,也是病毒最爱侵袭的地方,它由主引导记录+分区表+有效标志组成。 分区表对于系统自举十分重要,它规定着系统有几个分区;每个分区的起始及终止 扇区,大小以及是否为活动分区等重要信息。分区表由4个表项组成,每个表项16个字 节-hard on the structure and zoning. Hard disk partition table and document distribution table only after physical hard disk formatting, zoning, logical format as soon as possible. conducting district, FDISK the hard drive in cylindrical 0 0 1 Sector Head built a 64 bytes of zoning tables at the table in front of the Master Boot Record (MRB), followed by two bytes of effective signs 55 H, AAH, (H said 16-band). This was known as Sector master boot, as well as virus attacks favorite place, which consists of master boot record partition table effective symbol. Table system for the district since cite important, it provides a system has several branch; The start of each branch and terminate Sector. and whether the size of district activities and other important information. Division 4 table by t
Platform: | Size: 757120 | Author: zgb | Hits:

[assembly languagembrbm-1.1

Description: PC BIOS Boot Manager _within_ the Master Boot Record (MBR) Displays list of partitions and let user choose the booting partition.
Platform: | Size: 51754 | Author: beersoccer | Hits:

[Otherwin98硬盘主引导代码反汇编分析

Description: WIN98SE硬盘主引导记录代码反汇编分析硬盘引导记录MBR(Master Boot Record)是指硬盘之0面0道1扇区之内容,PC及其兼容机之ROM BIOS约定在上电及POST自检成功后,将其从硬盘读出,放置在内存0:7C00处,然后转去该地址执行。该段代码负责从代码尾部之4个分区表项中找出可以引导的项,读出其引导记录引导之。-WIN98SE hard disk's master boot record-code compilation, analysis drive boot record MBR (Master Boot Record) is the hard surface 0 of 0 1 Sector content, and PC BIOS ROM BIOS Zhi agreed on power and self-censorship POST after the success of its read from the hard disk placed in memory 0 : 7C00, then transferred to the implementation of the address. The code of the code from the tail for the four districts item questionnaire to identify the guide, read out its guide guide it, we record.
Platform: | Size: 6828 | Author: 邓昕岳 | Hits:

[PTDD分区表医生

Description:

这件恢复工具能自动地检查你的硬盘分区表,修理分区表错误。它允许你设置分区表的每个参数,也让你查看在活动中的分区,隐藏分区,扫描分区,重建 MBR(Master Boot Record),设置硬盘的口令, 编辑磁簇,复制磁簇,和在分割填充磁簇.


Platform: | Size: 778129 | Author: hackf.com | Hits:

[Otherwin98硬盘主引导代码反汇编分析

Description: WIN98SE硬盘主引导记录代码反汇编分析硬盘引导记录MBR(Master Boot Record)是指硬盘之0面0道1扇区之内容,PC及其兼容机之ROM BIOS约定在上电及POST自检成功后,将其从硬盘读出,放置在内存0:7C00处,然后转去该地址执行。该段代码负责从代码尾部之4个分区表项中找出可以引导的项,读出其引导记录引导之。-WIN98SE hard disk's master boot record-code compilation, analysis drive boot record MBR (Master Boot Record) is the hard surface 0 of 0 1 Sector content, and PC BIOS ROM BIOS Zhi agreed on power and self-censorship POST after the success of its read from the hard disk placed in memory 0 : 7C00, then transferred to the implementation of the address. The code of the code from the tail for the four districts item questionnaire to identify the guide, read out its guide guide it, we record.
Platform: | Size: 6144 | Author: 邓昕岳 | Hits:

[OS programFATFileSystem

Description: FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Platform: | Size: 270336 | Author: henry | Hits:

[Software Engineeringhwb12pdf

Description: 硬盘以及分区结构简介。 硬盘分区表和文件分配表 硬盘只有经过物理格式化,分区,逻辑格式化后才能使用,在进行分区时,FDISK 会在硬盘的0柱面0磁头1扇区建一个64字节的分区表,在分表的前面是主引导记录 (MRB),后面是两个字节的有效标志55H,AAH,(H表示16进制)。此扇区被称为主 引导扇区,也是病毒最爱侵袭的地方,它由主引导记录+分区表+有效标志组成。 分区表对于系统自举十分重要,它规定着系统有几个分区;每个分区的起始及终止 扇区,大小以及是否为活动分区等重要信息。分区表由4个表项组成,每个表项16个字 节-hard on the structure and zoning. Hard disk partition table and document distribution table only after physical hard disk formatting, zoning, logical format as soon as possible. conducting district, FDISK the hard drive in cylindrical 0 0 1 Sector Head built a 64 bytes of zoning tables at the table in front of the Master Boot Record (MRB), followed by two bytes of effective signs 55 H, AAH, (H said 16-band). This was known as Sector master boot, as well as virus attacks favorite place, which consists of master boot record partition table effective symbol. Table system for the district since cite important, it provides a system has several branch; The start of each branch and terminate Sector. and whether the size of district activities and other important information. Division 4 table by t
Platform: | Size: 756736 | Author: zgb | Hits:

[assembly languagembrbm-1.1

Description: PC BIOS Boot Manager _within_ the Master Boot Record (MBR) Displays list of partitions and let user choose the booting partition.
Platform: | Size: 51200 | Author: beersoccer | Hits:

[Windows Develop897d1115-adf6-4f7c-8

Description: this how to write master boot record for the windows -this is how to write master boot record for the windows
Platform: | Size: 28672 | Author: zeshan | Hits:

[assembly languageDOSHB

Description: 主引导记录工作原理.BIOS引导系统汇编程序。-Master boot record works. BIOS boot the system assembler.
Platform: | Size: 3072 | Author: xzj | Hits:

[Disk Toolshiddpt

Description: 自己编写的 MBR 主引导记录 硬盘读写 隐藏分区 激活隐藏 MBR读写、修改; 经过验证,在DOS下运行可以实现激活隐藏分区并进入隐藏分区操作系统。 前提是划分隐藏分区并装系统。-I have written the MBR of the hard disk read and write the master boot record MBR activate the hidden hidden partition read and write, modify been verified to run under DOS can activate the hidden partition and partition into the hidden operating system. Provided that the hidden partition and installed into the system.
Platform: | Size: 10240 | Author: 2011写论文 | Hits:

[Windows Developcrash-dump-write-to-disk

Description: how to bypass the Operating System’s normal input/output (I/O) disk driver path and use the crash dump driver stack (i.e., “crash dump I/O path”) to read the master boot record (MBR). This technique subverted the TDL4 rootkit and would be effective against any traditional I/O hooking rootkit/malware.
Platform: | Size: 39936 | Author: maysam | Hits:

[Dialog_Windowrpyw

Description: WIN98SE硬盘主引导记录代码反汇编分析硬盘引导记录-WIN98SE hard disk master boot record code the disassembly analysis hard disk boot record
Platform: | Size: 6144 | Author: TGkftfn$06229 | Hits:

[source in ebookrcktrqctionefficiency

Description: WIN98SE硬盘主引导记录代码反汇编分析硬盘引导记录-WIN98SE hard disk master boot record code the disassembly analysis hard disk boot record
Platform: | Size: 6144 | Author: pmvfial | Hits:

[Process-ThreadWGTQHT

Description: WIN98SE硬盘主引导记录代码反汇编分析硬盘引导记录-WIN98SE hard disk master boot record code the disassembly analysis hard disk boot record
Platform: | Size: 6144 | Author: compaeimle | Hits:

[GUI Developtreanalysishard

Description: WIN98SE硬盘主引导记录代码反汇编分析硬盘引导记录(WIN98SE hard disk master boot record code the disassembly analysis hard disk boot record)
Platform: | Size: 6144 | Author: KGpbw%5F472 | Hits:

[USB developimageusb

Description: ImageUSB is a free utility which lets you write an image concurrently to multiple USB Flash Drives. Capable of creating exact bit-level copies of USB Flash Drive (UFDs), ImageUSB is an extremely effective tool for the mass duplication of UFDs. Unlike other USB duplication tools, ImageUSB can preserve all unused and slack space during the cloning process, including the Master Boot Record (MBR). ImageUSB can perform flawless mass duplications of all UFD images, including bootable UFDs.
Platform: | Size: 1111040 | Author: d3nz1g | Hits:

[OtherBCDrepair v1.3

Description: 1、选择开始菜单中的磁盘管理,点击打开“bootice引导管理”,2、在物理磁盘处理任务下,点击“主引导记录”按钮(elect the start menu in the disk management, click on the bootice guide management ", in 2, the physical disk processing tasks, click the" master boot record "button, and then click" Windows 3 NT 5.x/6.x MBR radio button in the options box, then click the install / configure button, then select pops up (Windows NT 5.x/ MBR ty)
Platform: | Size: 228352 | Author: 小JJJJJ | Hits:

[OtherMBR Tools for Windows

Description: MBR(Master Boot Record, 512b) tools for Windows: MBREdit, MBRUtil, MBRWizard
Platform: | Size: 516682 | Author: SergeXY1 | Hits:
« 12 »

CodeBus www.codebus.net